ComponentOne ASP.NET MVC Controls
AutoExpandSelection Method (DropDownBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > DropDownBuilder<TControl,TBuilder> Class : AutoExpandSelection Method
The value.
Configurates C1.Web.Mvc.DropDown.AutoExpandSelection. Sets a value that indicates whether the control should automatically expand the selection to whole words/numbers when the control is clicked.
Syntax
'Declaration
 
Public Function AutoExpandSelection( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder AutoExpandSelection( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DropDownBuilder<TControl,TBuilder> Class
DropDownBuilder<TControl,TBuilder> Members